Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
EventBus
is a simple implementation of an event bus pattern. It allows components to subscribe to specific events and receive notifications when those events occur. This class provides mechanisms for registering, emitting, and removing event handlers.
Link copied to clipboard
Link copied to clipboard